home *** CD-ROM | disk | FTP | other *** search
Wildcat! WCX | 1995-12-25 | 1.2 KB | 104 lines |
- '! Decompiled with wccNosy version 4.20f (freeware)
- '! Input File: in.wcx 1270 bytes 03/05/125 02:33:08pm
- '! Code Segment Size :1004 bytes
- '! Data Segment Size :4493 bytes
- '! String Segment Size:266 bytes
- '! Compiled with WCC version ? 019C017B
-
- Declare Function Func904(s65534 As String) As Integer
-
- Dim s4463 As String
- Dim s4467 As String
- Dim t4471 As Time
- Dim s4475 As String
- Dim s4479 As String
- Dim s4483 As String
- Dim s4487 As String
- Dim i4491 As Integer
-
- Dim s65532_ As String
-
- s4463 = ProgPath + "LOGON.CID"
- If Func904(s4463) Then
- Input #1, s4467
- Close 1
- Else
- 87 If Not Func904(s4463) Then
- If User.SecLevel <> "SYSOP" Then
- GoTo 191
- Else
- 139 Cls
- Locate 10, 20
- Print "@0F@Path to CID_SW NOT found!"
- Delay 5
- GoTo 191
- End If
- End If
- End If
- 172 Run s4467 + "CID_SW", ""
- 191 Print DefColor
- Cls
- CurrentTime t4471
- s4479 = FormatTime(t4471, "hH.MM")
- s4483 = Left(s4479, 2)
- s65532_ = s4483
- If s65532_ = "00" Then GoTo 447
- If s65532_ = "01" Then GoTo 447
- If s65532_ = "02" Then GoTo 447
- If s65532_ = "03" Then GoTo 447
- If s65532_ = "04" Then GoTo 447
- If s65532_ = "05" Then GoTo 447
- If s65532_ = "06" Then GoTo 447
- If s65532_ = "07" Then GoTo 447
- If s65532_ = "08" Then GoTo 447
- If s65532_ = "09" Then GoTo 447
- If s65532_ = "10" Then GoTo 447
- If s65532_ = "11" Then
- 447 s4475 = "morning"
- Else
- 462 If s65532_ = "12" Then GoTo 581
- If s65532_ = "13" Then GoTo 581
- If s65532_ = "14" Then GoTo 581
- If s65532_ = "15" Then GoTo 581
- If s65532_ = "16" Then GoTo 581
- If s65532_ = "17" Then GoTo 581
- If s65532_ = "18" Then
- 581 s4475 = "afternoon"
- Else
- 596 If s65532_ = "19" Then GoTo 681
- If s65532_ = "20" Then GoTo 681
- If s65532_ = "21" Then GoTo 681
- If s65532_ = "22" Then GoTo 681
- If s65532_ = "23" Then
- 681 s4475 = "evening"
- Else
- 696 s4475 = "day"
- End If
- End If
- End If
- 705 i4491 = InStr(1, User.Name, " ")
- s4487 = UCase(Left(User.Name, 1)) + LCase(Mid(User.Name, 2, i4491 - 1))
- Print "Good " + s4475 + ",@0F@ " + RTrim(s4487) + "@0E@, you are caller number @0F@" + LTrim(FormatNumber(MasterInfo.TotalCalls, "#,###,###")) + "@0E@."
- Delay 3
- HelloFiles
- QuoteOfTheDay
- CheckNewsletter
- CheckBulletins
- CheckMailAtLogon
- End
-
- '! Called 2 times
- Function Func904(s65534 As String) As Integer
- Func904 = -1
- If Exists(s65534) Then
- Open s65534 For Input As 1
- Else
- 963 Func904 = 0
- End If
- 969
- Catch 10
- Func904 = 0
- GoTo 996
- 996
- End Function
-